home *** CD-ROM | disk | FTP | other *** search
- #############################################################################
- # Compass Sample Export Template
- # HTML Table.tpl
- #############################################################################
-
- %DESC_LINE_PREFIX="<br> - "
- %DESC_TAB=" "
-
- #############################################################################
- # Definition of BOOKMARKS & FOLDERS blocks:
- #############################################################################
-
- {BOOKMARKS}
- <tr bgcolor="#CCFFFF">
- <td width=80%><font size="-2"><a href="$URL$" target=compass>$TITLE$</a>
- $DESCRIPTION$</font></td>
- <td><font size="-2">$LASTVISIT$</font></td>
- </tr>
- {/BOOKMARKS}
-
-
- {FOLDERS:FOLDER_LIST}
- <a href="#$FOLDER$$TITLE$">$FOLDER$$TITLE$</a><br>
- {/FOLDERS}
-
-
- {FOLDERS:TABLES}
- <!-- ************************ New Table [$FOLDER$$TITLE$] ************************ -->
- <a name="$FOLDER$$TITLE$"></a>
- <center>
- <b>$FOLDER$$TITLE$</b>
- <table border="1" width=90%>
- </center>
- $BOOKMARKS$
- </table>
- <br>
- <br>
-
- {/FOLDERS}
-
-
-
- #############################################################################
- # The main output file:
- #############################################################################
-
- {MAIN}
- <!doctype html public "-//w3c//dtd html 3.2 final//en">
- <html>
- <head>
- <title>My Bookmarks</title>
- </head>
-
- <body bgcolor="#FFFFFF">
- <table width=100%>
- <tr valign="top">
- <td width=20% bgcolor="#66CC99" align="left">
- <font size="-1">
- <center><b>Categories</b></center>
- <br>
- </font>
- <font size="-2">
- $FOLDER_LIST$<br><br>
- <center>Page Updated on $DATE$</center><br>
- <center>Generated by
- <a href="http://www.geocities.com/SiliconValley/Way/5500/compass.html" target=compass><i>Compass $VERSION$</i></a>
- </center>
- </font>
- </td>
-
- <td bgcolor="#FFFFCC">
- $TABLES$
- </td>
- </tr>
- </table>
- </body>
- </html>
- {/MAIN}
-
-